Vcenter Storage Policies Summary

Vcenter Storage Policies Summary
Vcenter Storage Policies Summary

The Vcenter Storage Policies Summary schema contains commonly used information about a storage policy.

This schema was added in vSphere API 6.7.

JSON Example
{
    "policy": "string",
    "name": "string",
    "description": "string"
}
string
policy
Required

Identifier of the storage policy.

This property was added in vSphere API 6.7.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.StoragePolicy. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.StoragePolicy.

string
name
Required

Name of the storage policy.

This property was added in vSphere API 6.7.

string
description
Required

Description of the storage policy.

This property was added in vSphere API 6.7.